Merge branch 'master' of github.com:cantino/huginn

Andrew Cantino 11 gadi atpakaļ
vecāks
revīzija
062e7c7b3f
1 mainītis faili ar 4 papildinājumiem un 2 dzēšanām
  1. 4 2
      README.md

+ 4 - 2
README.md

@@ -9,12 +9,14 @@ Huginn is a system for building agents that perform automated tasks for you onli
9 9
 #### This is just getting started, but here are some of the things that you can do right now with Huginn:
10 10
 
11 11
 * Watch for air travel deals
12
-* List terms you care about and receive emails when their occurrence on Twitter changes drastically
12
+* List terms you care about and receive emails when their occurrence on Twitter changes drastically.  (For example, want to know when something interesting has happened in the world of Machine Learning?  Huginn will watch the term "machine learning" on Twitter and tell you when there is a large spike.)
13 13
 * Track the weather and get an email when it's going to rain (or snow) tomorrow
14 14
 * Follow your project names on Twitter and get updates when people mention them
15 15
 * Scrape websites and receive emails when they change
16 16
 * Track your location over time
17 17
 
18
+Follow [@tectonic](https://twitter.com/tectonic) for updates as Huginn evolves.
19
+
18 20
 ## Examples
19 21
 
20 22
 And now, some example screenshots.  Below them are instructions to get you started.
@@ -35,7 +37,7 @@ And now, some example screenshots.  Below them are instructions to get you start
35 37
 
36 38
 If you just want to play around, you can simply clone this repository, then perform the following steps:
37 39
 
38
-* Edit `config/secret_token.rb` and replace `REPLACE_ME_NOW!` with the output of `rake secret`.
40
+* Edit `config/initializers/secret_token.rb` and replace `REPLACE_ME_NOW!` with the output of `rake secret`.
39 41
 * Run `rake db:create`, `rake db:migrate`, and then `rake db:seed` to create a development MySQL database with some example seed data.  Run `rails s`, visit `http://localhost:3000`, and login with the username of `admin` and the password of `password`.
40 42
 * Make some extra Terminal windows and run `bundle exec rails runner bin/schedule.rb`, `bundle exec rails runner bin/twitter_stream.rb`, and `script/delayed_job run` in separate windows.
41 43
 * Setup some Agents!